com.gs.core.light

GsLightsManager

apis for Gs keyboard light and notify led

Supported Products:

All


Detail

Method

method description
public static GsLightsManager instance();
public void openCustom(int color, int shineType); open custom LED

Params:

color:
should be one of COLOR_GREEN, COLOR_RED, COLOR_BLUE
shineType:
should be one of FLASHING_SPEED, FLASHING_SLOW, KEEPING_SHOW

Supported Products:

All

public void closeCustom(); close custom LED

Supported Products:

All


Member & Constant

Member description
public static final int COLOR_GREEN

Supported Products:

All

public static final int COLOR_RED

Supported Products:

All

public static final int COLOR_BLUE

Supported Products:

All

public static final int FLASHING_SPEED

Supported Products:

All

public static final int FLASHING_SLOW

Supported Products:

All

public static final int KEEPING_SHOW

Supported Products:

All